home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / digestv6.zip / V6N1M.TXT < prev    next >
Text File  |  1994-04-02  |  9KB  |  228 lines

  1. Apparently-To: john.smith@gravis.com
  2.  
  3.  
  4. GUS Musician's Digest       Fri, 1 Apr 94 14:47 PST      Volume 6: Issue   1  
  5.  
  6. Today's Topics:
  7.                        Concatenating MIDI files
  8.                 GUS Musician's Digest V5 #48 (3 msgs)
  9.                       Help with Internet mailer
  10.                      how to sequence drum tracks
  11.                           Multi-MIDI driver
  12.  
  13. Standard Info:
  14.     - Meta-info about the GUS can be found at the end of the Digest.
  15.     - Before you ask a question, please READ THE FAQ.
  16.  
  17. ----------------------------------------------------------------------
  18.  
  19. Date: 1 Apr 94 07:20:00 MET
  20. From: "VISX80::GRECNER" <GRECNER%VISX80.decnet@musx53.zfe.siemens.de>
  21. Subject: Re: Concatenating MIDI files
  22.  
  23. >Does anyone know of a way, outside of working through a sequencer like
  24. >PowerChords Pro (et al.), to concatenate MIDI files?  DOS concatenation
  25. >(copy file1+file2 file12) doesn't do the trick (only works for DOS files,
  26.  
  27. try copy /b file1+file2 file12 , that's binary copy, it must work for you.
  28.  
  29.                     Martin.
  30.  
  31. ------------------------------
  32.  
  33. Date: Thu, 31 Mar 1994 20:30:28 -0800
  34. From: chrisw@popserver.stanford.edu (Chris Wilkins)
  35. Subject: Re: GUS Musician's Digest V5 #48
  36.  
  37. >From: WADLEIGH@PROCESS.COM
  38. >There is a need for a "super-driver" to split MIDI output among devices.  At
  39. >present, high-end programs like Cakewalk and Encore support two devices, but
  40. >even that may be inadequate for some setups. 
  41.  
  42. Cakewalk supports up to 16 devices. (I'm currently using 3). What more could 
  43. you want? Of course, there is no midi mapper equivalent. you have to remap 
  44. the channels and ports in the midi file using Cakewalk.
  45.  
  46. ------------------------------
  47.  
  48. Date: Fri, 01 Apr 1994 09:37:47 -0500
  49. From: davidm@marcam.com (David MacMahon)
  50. Subject: Re: GUS Musician's Digest V5 #48
  51.  
  52. >Date: Wed, 30 Mar 1994 19:23:45 -0800 (PST)
  53. >From: Emory Menefee <em@crl.com>
  54. >Subject: Concatenating MIDI files
  55. >
  56. >Does anyone know of a way, outside of working through a sequencer like
  57. >PowerChords Pro (et al.), to concatenate MIDI files?  DOS concatenation
  58. >(copy file1+file2 file12) doesn't do the trick (only works for DOS files,
  59. >presumably).  I suppose a short C or BASIC program to do it in binary
  60. >would be needed, but I would be happier if one that works were already 
  61. >around.  Midi thanks,   Emory Menefee.                                
  62.  
  63. There are two things that could be causing this to not work.  One is easy to 
  64. fix, the other is impossible to fix.  By default, the DOS copy command works 
  65. in text or ASCII mode.  In this mode, it will copy a file until a 0x1A byte 
  66. (control-Z character) is copied.  This is the End-Of-File (EOF) character.  
  67. To get around this problem, use /b on the command line (copy /b file1+file2 
  68. file12).  This will indeed concatenate the two files.
  69.  
  70. If the structure of a MIDI file is analagous to the structure of a .SND file 
  71. (i.e. a simple binary stream) than this will work fine.  If, however, the 
  72. structure of a MIDI file is analagous to the structure of a .WAV file (i.e. 
  73. it has a header section and then a binary stream section) this will not work 
  74. too well (if at all).  I don't know much (anything) about the internals of 
  75. MIDI files so I don't know which case is true.  If the latter case is true, 
  76. it sounds like a little utility is waiting to be written (midicat file1 
  77. file2 file12).
  78.  
  79. Dave
  80.  
  81. David MacMahon
  82. Software Engineer
  83. davidm@marcam.com
  84.  
  85. ------------------------------
  86.  
  87. Date: Fri, 1 Apr 94 11:11:19 EST
  88. From: echen@verdi.sra.com (Eugene Chen)
  89. Subject: Re: GUS Musician's Digest V5 #48
  90.  
  91. :
  92. :Date: Thu, 31 Mar 1994 11:03:50 SST
  93. :>From: FLAT^^TOP <kohkhang@iscs.nus.sg>
  94. :Subject: how to sequence drum tracks
  95. :
  96. :hello
  97. :
  98. :My GUs is hooked up to a Sy22 synth, my Sy22 is regretfully not GMidi, so the
  99. :drum kit on the Synth is totally different from the GUS, so i've been having
  100. :extreme difficulty trying to sequence drum tracks, firstly i use winjammer,
  101. :when channel 10 is selected, the drums on the GUS dun play using the Midi thru
  102. :only when i load patch manager then i can play it, however, if i switch back to
  103. :winjammer, it's silent ! i tried the winjammer, update patch cache (or
  104. :something) function, but still no go...
  105. :
  106.  
  107. do you know that it will only patch caches for the drums that are in 
  108. the sequence? That is if there are no notes on track 10, nothing will be cached
  109. if a Cuica Low happens to be played, it will be cached.  It brings up a 
  110. problem, because, how can you enter notes until you hear the sound? but you
  111. cant hear the sound until you play the note.  try entering a measure with
  112. every drum  played then cache patches.
  113.  
  114. :i also tried the demo version of Cakewalk Pro 2.0, same story, am i doing
  115. :anything wrong ?
  116. :
  117. :also the drums on the GUS seem to be one full octave below my keyboard, in
  118. :other words, some of the keys are not reached by my keyboard... is there a way
  119. :to shift the keys higher ?
  120. :
  121. :i hope someone knows what i am talking about and can help..
  122. :
  123. :cheers
  124.  
  125. at least within cakewalk you can transpose all notes via midi thru. I believe under
  126. the Settings menu.  That is, notes come in on a particular channel, get dropped
  127. an octave, according to your setting, before being sent out to the GUS or
  128. whatever. (turn Local Off on your synth.)
  129.  
  130. good luck, eugene
  131. ====================
  132. e u g e n e  c h e n
  133. echen@media.sra.com
  134. w: 703 558 7830
  135. h: 703 351 8034
  136. ====================
  137.  
  138. ------------------------------
  139.  
  140. Date: 01 Apr 94 14:15:16 EST
  141. From: "Eric Bell, Howling Dog Systems" <71333.2166@CompuServe.COM>
  142. Subject: Help with Internet mailer
  143.  
  144. Hi
  145.  
  146. Can anyone give me some specific examples of how to get the mailer to:
  147.  
  148. Find stuff on epas.
  149.  
  150. Get stuff on epas.
  151.  
  152. Please don't refer me to the help file - I've got it. I used to be able to get files, now I can't. I need some boiler plate.
  153.  
  154. I'm using the mail-server@nike.rz.uni-konstanz.de mailer.
  155.  
  156. Even better, some kind soul send me mpb09.zip. 
  157.  
  158. Thanks, Eric
  159.  
  160. ------------------------------
  161.  
  162. Date: 01 Apr 94 08:14:33 EST
  163. From: "Eric Bell, Howling Dog Systems" <71333.2166@CompuServe.COM>
  164. Subject: how to sequence drum tracks
  165.  
  166. On... how to sequence drum tracks
  167.  
  168. Hi Jerry.
  169.  
  170. The best tool for you to use to sequence drum parts on the GUS is Power
  171. Chords. Its quick, easy, has an auto-quantizing grid, and supports patch
  172. caching.
  173.  
  174. Best of all, you can redefine the drum sound note numbers to match your SY22
  175. if you wish. Access this option by selecting 'Options' then 'Drum Sounds'.
  176.  
  177. If you want to use the same drum tracks on both the GUS and the SY22, you
  178. could do it if you upgrade to version 1.1 which can use the MIDI Mapper as an
  179. output device. You would then keep Power Chords in the General MIDI (default)
  180. config and use the normal GUS MIDI Synth driver for outputing to the GUS, and
  181. use the MIDI Mapper for output to the SY22. You would define a drum keymap in
  182. the MIDI Mapper that would remap the GM drum sounds to match the assignments
  183. on your synth.
  184.  
  185. Hope this helps.
  186.  
  187. Eric Bell, Howling Dog Systems
  188.  
  189. ------------------------------
  190.  
  191. Date: 01 Apr 94 08:14:38 EST
  192. From: "Eric Bell, Howling Dog Systems" <71333.2166@CompuServe.COM>
  193. Subject: Multi-MIDI driver
  194.  
  195. Hal,
  196.  
  197. Doesn't the MIDI Mapper do what you describe?
  198.  
  199. Eric
  200.  
  201. ------------------------------
  202.  
  203. End of GUS Musician's Digest V6 #1
  204. **********************************
  205.  
  206. To post to tomorrow's digest:                        <gus-music@mail.orst.edu>
  207. To (un)subscribe or get help:                <gus-music-request@mail.orst.edu>
  208. To contact a human (last resort):              <gus-music-owner@mail.orst.edu>
  209.  
  210. FTP Sites              Archive                       Directories
  211. ---------              -------                       -----------
  212. Main N.American Site:  archive.orst.edu              pub/packages/gravis
  213.                        wuarchive.wustl.edu           systems/ibmpc/ultrasound
  214. Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
  215. European Callers ONLY: theoris.rz.uni-konstanz.de    pub/sound/gus
  216. Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
  217. Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound
  218. Mirrors:               garbo.uwasa.fi                mirror/ultrasound
  219.  
  220. MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
  221.  
  222. Hints:
  223.       - Get the FAQ from the FTP sites or the request server.
  224.       - Mail to <gus-music-request@mail.orst.edu> for info about other
  225.     GUS related mailing lists (general use, programmers, etc.).
  226.  
  227.  
  228.